home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Brailler 0.5ß / Brailler 0.5ß.source / brlr ƒ / brlr floating window.h < prev    next >
Encoding:
Text File  |  1994-10-30  |  625 b   |  12 lines  |  [TEXT/MMCC]

  1. void SetupTheFloatingWindow(WindowPtr theWindow);
  2. void ShutDownTheFloatingWindow(void);
  3. void OpenTheFloatingWindow(WindowPtr theWindow);
  4. void CloseTheFloatingWindow(WindowPtr theWindow);
  5. void IdleInFloatingWindow(WindowPtr theWindow, Point mouseLoc);
  6. void KeyPressedInFloatingWindow(WindowPtr theWindow, unsigned char theChar);
  7. void MouseClickedInFloatingWindow(WindowPtr theWindow, Point thePoint);
  8. void DisposeTheFloatingWindow(WindowPtr theWindow);
  9. void ActivateTheFloatingWindow(WindowPtr theWindow);
  10. void DeactivateTheFloatingWindow(WindowPtr theWindow);
  11. void DrawTheFloatingWindow(WindowPtr theWindow, short theDepth);
  12.